sse2-float: use same TRC for "leftover" samples
authorEll <ell_se@yahoo.com>
Sat, 13 Jan 2018 09:02:24 +0000 (04:02 -0500)
committerEll <ell_se@yahoo.com>
Sat, 13 Jan 2018 09:09:10 +0000 (04:09 -0500)
commite721f297d1df25664aa6b28b83c085607fe6c1b0
treec7ef88a307b9b84adca58749bf8d83fa8f4b0c37
parent12c0a746359ebfa420d2cd6eea3d04bd055df378
sse2-float: use same TRC for "leftover" samples

The SSE2 versions of the gamma <-> linear TRC functions can produce
slightly different results than the scalar ones.  Consequently,
last commit didn't resolve all discrepancies between the main and
leftover samples (and didn't address the gamma -> linear
direction).

Use the same SSE2 TRC functions for converting the leftover
samples, rather than the scalar functions, to fix that.
extensions/sse2-float.c